home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (1996 Edition) / Tabloid Beauties - 1996 Edition.iso / mac / DATA / SHARED.DIR / 00302_Script_GetBig next >
Text File  |  1996-04-20  |  220b  |  13 lines

  1. on GetBig
  2.   cursor 4
  3.   global WhichThumb,ZoomStatus
  4.   put whichThumb --òò
  5.   if ZoomStatus = 0 then
  6.     put "S" before WhichThumb 
  7.   else
  8.     put "L" before WhichThumb
  9.   end if
  10.   go WhichThumb
  11.   cursor -1
  12. end
  13.